From: Lars Ingebrigtsen Date: Wed, 10 Nov 2021 01:21:48 +0000 (+0100) Subject: Try to fix intermittent build problem on Macos X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~4110^2~31 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=63fa896cb0bacd8bbf2fb7755bb3deca5b907103;p=emacs.git Try to fix intermittent build problem on Macos * src/Makefile.in (@): Also sign the bootstrap-emacs executable --- diff --git a/src/Makefile.in b/src/Makefile.in index e82eb4fa9e4..4c5535f8ad9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -852,6 +852,9 @@ ifeq ($(DUMPING),unexec) else @: In the pdumper case, make compile-first after the dump cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT) +ifeq ($(DO_CODESIGN),yes) + codesign -s - -f bootstrap-emacs$(EXEEXT) +endif endif ifeq ($(DUMPING),pdumper)